toggle menu
SIOPv2 OpenId4VP
0.11.1
jvm
switch theme
search in API
SIOPv2 OpenId4VP
/
eu.europa.ec.eudi.openid4vp.dcql
/
Credentials
Credentials
@
Serializable
@
JvmInline
value
class
Credentials
(
val
value
:
List
<
CredentialQuery
>
)
:
Serializable
(
source
)
A non-empty list of
credential queries
, having unique
ids
Members
Constructors
Credentials
Link copied to clipboard
constructor
(
value
:
List
<
CredentialQuery
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
ids
Link copied to clipboard
val
ids
:
List
<
QueryId
>
value
Link copied to clipboard
val
value
:
List
<
CredentialQuery
>
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String